knowledge-based systems - significado y definición. Qué es knowledge-based systems
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es knowledge-based systems - definición

COMPUTER PROGRAM THAT REASONS AND USES A KNOWLEDGE BASE TO SOLVE COMPLEX PROBLEMS
Knowledge based system; Knowledge system; IKBS; Knowledge systems; Knowledge-based system; Knowledge-based Systems; Knowledge-based programming; Knowledge-based artificial intelligence; Knowledge-Based Systems

knowledge-based system         
<artificial intelligence> (KBS) A program for extending and/or querying a knowledge base. The related term expert system is normally used to refer to a highly domain-specific type of KBS used for a specialised purpose such as medical diagnosis. The Cyc project is an example of a large KBS. (1999-09-07)
Knowledge-based systems         
A knowledge-based system (KBS) is a computer program that reasons and uses a knowledge base to solve complex problems. The term is broad and refers to many different kinds of systems.
Knowledge-Based Systems (journal)         
ACADEMIC JOURNAL
Knowl. Based Syst.; Knowl Based Syst; Knowl-Based Syst; Knowl.-Based Syst.
Knowledge-Based Systems is a peer-reviewed academic journal covering computer science, with a particular focus on knowledge-based systems. It was established in 1987 and is published 24 times per year by Elsevier.

Wikipedia

Knowledge-based systems

A knowledge-based system (KBS) is a computer program that reasons and uses a knowledge base to solve complex problems. The term is broad and refers to many different kinds of systems. The one common theme that unites all knowledge based systems is an attempt to represent knowledge explicitly and a reasoning system that allows it to derive new knowledge. Thus, a knowledge-based system has two distinguishing features: a knowledge base and an inference engine.

The first part, the knowledge base, represents facts about the world, often in some form of subsumption ontology (rather than implicitly embedded in procedural code, in the way a conventional computer program does). Other common approaches in addition to a subsumption ontology include frames, conceptual graphs, and logical assertions.

The second part, the inference engine, allows new knowledge to be inferred. Most commonly, it can take the form of IF-THEN rules coupled with forward chaining or backward chaining approaches. Other approaches include the use of automated theorem provers, logic programming, blackboard systems, and term rewriting systems such as CHR (Constraint Handling Rules). These more formal approaches are covered in detail in the Wikipedia article on knowledge representation and reasoning.